home *** CD-ROM | disk | FTP | other *** search
/ PC-Blue - MS DOS Public Domain Library / PC-Blue MS-DOS Public Domain Library - NYACC.iso / vol285 / runfirst.bas (.txt) < prev    next >
Encoding:
GW-BASIC  |  1987-03-15  |  1.3 KB  |  26 lines

  1. 100  REM Program to show new users how to start
  2. 110  PRINT
  3. 120  PRINT "The Genealogy ON DISPLAY Programs and the Documentation are all on this"
  4. 130  PRINT "Distribution Diskette."
  5. 140  PRINT
  6. 150  PRINT "To begin, bring up IBM PC DOS (Version 2.0 or later), and BASIC."
  7. 160  PRINT
  8. 170  PRINT "(Note:  If you are using a printer other than the IBM Matrix or IBM Graphics"
  9. 180  PRINT "Printer, you may need to modify the documentation to fit your printer.  Run"
  10. 190  PRINT "the BASIC program 'printers.bas' for more information.)"
  11. 200  PRINT
  12. 210  PRINT "Make sure that the printer is on, and then LOAD and RUN the BASIC program"
  13. 220  PRINT "'director.bas' from this Distribution Diskette.  This will print a Program"
  14. 230  PRINT "Directory, which contains information about the rest of the documentation,"
  15. 240  PRINT "and about the Genealogy ON DISPLAY programs."
  16. 250  PRINT
  17. 260  PRINT "Following the instructions in the Program Directory, LOAD and RUN the other"
  18. 270  PRINT "six documentation programs, each of which will print a section of the User's"
  19. 280  PRINT "Manual.    (Have plenty of paper ready, since the User's Manual is many, many"
  20. 290  PRINT "pages long.)  If you want, you can trim the pages of the User's Manual to"
  21. 300  PRINT "5-1/2 x 8-1/2 inches."
  22. 310  PRINT
  23. 320  PRINT "The User's Manual explains the functions of the Genealogy ON DISPLAY
  24. 330  PRINT "programs, and how to use them."
  25. 340  END
  26.